toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]Address
/
Builder
Builder
class
Builder
A builder of
Address
.
Since
8.0.0
Members
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
Address
Returns a new
Address
instance built from the current state of this builder.
city
Link copied to clipboard
open
fun
city
(
city
:
String
)
:
Address.Builder
Sets the city of the address.
dependent
Locality
Link copied to clipboard
open
fun
dependentLocality
(
dependentLocality
:
String
)
:
Address.Builder
Sets the dependent locality of the address.
state
Link copied to clipboard
open
fun
state
(
state
:
String
)
:
Address.Builder
Sets the state of the address.
street
Address
Link copied to clipboard
open
fun
streetAddress
(
address
:
String
)
:
Address.Builder
Sets the full street address.
zip
Code
Link copied to clipboard
open
fun
zipCode
(
zip
:
String
)
:
Address.Builder
Sets the zip code of the address.